Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: svg-clone , Previous: svg->lines , Up: S , Home: Overview

Clamps Dictionary

svg->points

Function

(svg->points &key (infile #p"/tmp/test.svg") (timescale 1) (xquantize t) (yquantize t) (x-offset 0) (layer "punkte"))

extract all circle objects (points) in the layer "Punkte" of svg infile. Also removes duplicates and flattens subgroups. Points are simple two-element lists containing x and y coordinates. The y coordinate is supposed to be a midifloat value, x ist translated into secs/beats.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate